Calendar for WinForms | ComponentOne
C1.Framework Namespace / SR<T> Class / GetImageByHighDpi Method

In This Topic
    GetImageByHighDpi Method (SR<T>)
    In This Topic
    If the dpi is larger than 150% and there is a bigger size image, this method will return the bigger image with scaled.
    Syntax
    'Declaration
     
    
    Public Shared Function GetImageByHighDpi( _
       ByVal resourceName As String _
    ) As Image
    public static Image GetImageByHighDpi( 
       string resourceName
    )

    Parameters

    resourceName
    See Also